Break Keyword
When running in the IDE, Break causes the compiler to break into the debugger.
Break
Notes
The Break keyword has the same effect as setting a breakpoint in the Code Editor. Break statements are ignored in standalone applications.
See Also
Function, Sub statements.